home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / assist17.lha / REXX / Infos.rexx < prev    next >
OS/2 REXX Batch file  |  1992-09-02  |  314b  |  12 lines

  1. /* A simple script really!
  2. Just ask for some info from Assist
  3. Written by Mark Papadakis */
  4. OPTIONS RESULTS
  5. Address 'ASSIST.1'              /* Address the very first instance of Assist found */
  6. INFO           /* General information */
  7. HELP         /* Here it comes!  */
  8. About         /* Hm..! */
  9. Say 'Okay!!'
  10. Exit
  11.  
  12.